home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5396 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.nstn.ca!news
  2. From: keichele@ac.dal.ca (Klaus Eichele)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Starting an application in a Borland C program
  5. Date: Tue, 13 Feb 1996 03:05:55 GMT
  6. Organization: Dalhousie University
  7. Message-ID: <4foh64$c2u@news.nstn.ca>
  8. References: <4fnl6p$p2u@m1.cs.man.ac.uk>
  9. NNTP-Posting-Host: rewasylishen.chem.dal.ca
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. limc@cs.man.ac.uk (S93) wrote:
  13.  
  14. >I have tried to start netscape navigator from within my own Borland C program
  15. >using the
  16. >execlp command. But the linker error message > undefined symbol _execlp keeps
  17. >popping up. I
  18. >have definitely define the header file process.h, checked the
  19. >Menu|options|linker, and i even
  20. >add the header file as a node in the project. Is there anybody who can help?
  21.  
  22.     <code deleted>
  23.  
  24. Hi,
  25. I am assuming that your code is for 16 bit Windows. Function _execlp
  26. and its "relatives" are not portable in this case. Try using
  27. WinExec().
  28.  
  29. BTW, comp.os.ms-windows.programmer.misc would be a better platform for
  30. questions like this.
  31.  
  32. Good Luck,
  33. Klaus
  34. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  35. Klaus Eichele         keichele@ac.dal.ca  
  36. http://ac.dal.ca/~keichele/keichele.html
  37.  
  38.